[@main]
#IF
checkmonmap rzbattle7 1
#ACT
goto @1
#ELSEACT
goto @2

[@1]
<Room 7 Notice>\
\
Hi, i cannot let you pass until you kill all the monsters.\
\  \
Do you give up?\
\
<Yes i do/@giveup> || <No/@exit>

[@giveup]
#ACT
mapmove 0101

[@2]
#ACT
delnamelist battlesystem/room7.txt
addnamelist battlesystem/room8.txt
goto @nextroom

[@nextroom]
<Room 7 Completed>\
\
Well done on completing the seventh room, now you may move\
onto the second room of this challange, best of luck!.\
\
<Room 8/@room8> || <Exit/@giveup>

[@room8]
#IF
checkhum rzbattle8 1
#ACT
goto @error
#ELSEACT
monclear rzbattle8
Param1 rzbattle8
Param2 20
Param3 20
MonGen Ghoul2 2 10
MonGen EvilTongs2 4 10
MonGen EvilSnake2 4 10
MonGen EvilSnake 1 10
MonGen EvilTongs 1 10
mapmove rzbattle8

[@error]
Please be patient, someone is currently in the next room\
taking the challange!\
\
<Try again/@room8>

